ignore size inc when maximized/fullscreen
authorOlivier Fourdan <ofourdan@redhat.com>
Tue, 23 Jun 2015 09:54:48 +0000 (11:54 +0200)
committerOlivier Fourdan <ofourdan@redhat.com>
Fri, 3 Jul 2015 14:21:13 +0000 (16:21 +0200)
commitc806f9b7090d5fb63e7db2067baa012b1da460c8
tree60e4d1708829f872b76c2755972315792403d16f
parentb3166b745f41a901171821ccc9f0c69b9cc35e70
ignore size inc when maximized/fullscreen

Under Wayland, fullscreen/maximized windows may not cover the entire
area when a size increment is specified.

Ignore size increments for fullscreen/maximized windows just like most
window managers do under X11 so that windows with size increments can
still be fullscreen or fully maximized under Wayland as well.

https://bugzilla.gnome.org/show_bug.cgi?id=751368
gdk/wayland/gdkwindow-wayland.c
gtk/gtkwindow.c